COVID-19 in Italy. Visuals


(alternatively, see results and code together here)

 


Data source: this GitHubi page

Authors and sources mentioned: Editore/Autore del dataset: Dipartimento della Protezione Civile. Categoria ISO 19115: Salute. Dati forniti dal Ministero della Salute.

Regional data files (Dati per Regione):
  • Struttura file giornaliero: dpc-covid19-ita-regioni-yyyymmdd.csv (dpc-covid19-ita-regioni-20200224.csv)
  • File complessivo: dpc-covid19-ita-regioni.csv
  • File ultimi dati (latest): dpc-covid19-ita-regioni-latest.csv

 

Out[4]:

Currently data as of date: 2021-01-11T17:00:00


 

What's in the original dataframe?

Out[5]:

All column names: ['data', 'stato', 'codice_regione', 'denominazione_regione', 'lat', 'long', 'ricoverati_con_sintomi', 'terapia_intensiva', 'totale_ospedalizzati', 'isolamento_domiciliare', 'totale_positivi', 'variazione_totale_positivi', 'nuovi_positivi', 'dimessi_guariti', 'deceduti', 'casi_da_sospetto_diagnostico', 'casi_da_screening', 'totale_casi', 'tamponi', 'casi_testati', 'note', 'ingressi_terapia_intensiva', 'note_test', 'note_casi']

Out[6]:
data stato codice_regione denominazione_regione lat long ricoverati_con_sintomi terapia_intensiva totale_ospedalizzati isolamento_domiciliare ... deceduti casi_da_sospetto_diagnostico casi_da_screening totale_casi tamponi casi_testati note ingressi_terapia_intensiva note_test note_casi
6778 2021-01-11T17:00:00 ITA 19 Sicilia 38.115697 13.362357 1298 208 1506 41313 ... 2765 NaN NaN 109642 1311962 868928.0 NaN 18.0 NaN NaN
6779 2021-01-11T17:00:00 ITA 9 Toscana 43.769231 11.255889 789 144 933 8087 ... 3884 NaN NaN 125330 1971143 1093335.0 NaN 10.0 Positivi diagnosticati solo con test antigenic... NaN
6780 2021-01-11T17:00:00 ITA 10 Umbria 43.106758 12.388247 272 51 323 3949 ... 664 NaN NaN 30955 529153 260622.0 NaN 3.0 NaN NaN
6781 2021-01-11T17:00:00 ITA 2 Valle d'Aosta 45.737503 7.320149 52 1 53 389 ... 391 NaN NaN 7532 65162 39852.0 NaN 0.0 NaN NaN
6782 2021-01-11T17:00:00 ITA 5 Veneto 45.434905 12.338452 2582 358 2940 84600 ... 7427 NaN NaN 287701 3477099 1262079.0 Nei valori riportati per le terapie intensive ... 15.0 NaN NaN

5 rows × 24 columns


 

Variable names to English and their explanation

  • HospWithSymptoms : Currently hospitalized patients with symptoms
  • IC : Intensive care
  • HospTotal: Total number of currently hospitalized patients
  • AtHome : Currently at home confinement
  • CurrentlyPositive : Total amount of current positive cases (Hospitalised patients + Home confinement)
  • NewPositives : New amount of positive cases (Actual total amount of current positive cases - total amount of current positive cases of the previous day)
  • TotalCases : Total amount of positive cases
  • NoOfTests : Tests performed
Out[7]:
Date Region Lat Long HospWithSymptoms IC HospTotal AtHome CurrentlyPositive VariationOfPositives ... Diagnostico Screening TotalCases NoOfTests casi_testati note ingr_ter_intens note_test note_casi Pop
Date
2021-01-07 2021-01-07 Veneto 45.434905 12.338452 2594 359 2953 89223 92176 877 ... NaN NaN 277331 3413011 1245604.0 Nei valori riportati per le terapie intensive ... 25.0 NaN NaN 4905854
2021-01-08 2021-01-08 Veneto 45.434905 12.338452 2549 357 2906 88044 90950 -1226 ... NaN NaN 280719 3430733 1250287.0 Nei valori riportati per le terapie intensive ... 31.0 NaN NaN 4905854
2021-01-09 2021-01-09 Veneto 45.434905 12.338452 2540 349 2889 86562 89451 -1499 ... NaN NaN 283819 3451512 1255475.0 Nei valori riportati per le terapie intensive ... 32.0 NaN NaN 4905854
2021-01-10 2021-01-10 Veneto 45.434905 12.338452 2585 355 2940 85873 88813 -638 ... NaN NaN 285986 3466098 1259295.0 Nei valori riportati per le terapie intensive ... 37.0 NaN NaN 4905854
2021-01-11 2021-01-11 Veneto 45.434905 12.338452 2582 358 2940 84600 87540 -1273 ... NaN NaN 287701 3477099 1262079.0 Nei valori riportati per le terapie intensive ... 15.0 NaN NaN 4905854

5 rows × 23 columns


 

daily numbers & moving averages (MA)

(double click and click on legend to select one or multiple regions in the graph)


 

All regions together